home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-28 | 553 b | 16 lines | [TEXT/CWIE] |
- /*
- HASFiles.h from Hsoi's App Shell © 1995-1997 John C. Daub. All rights reserved.
-
- This is the corresponding header file to HASFiles.c
- */
-
-
- OSErr HsoiDoOpen( void );
- OSErr HsoiSaveWindow( const FSSpec *, WindowRef );
- OSErr HsoiDoSaveAs( const FSSpec *, WindowRef );
- OSErr HsoiDoSave( WindowRef );
- OSErr HsoiDoRevert( WindowRef );
- OSErr HsoiReadTextFile( const FSSpec *, WEReference );
- OSErr HsoiWriteTextFile( const FSSpec *, Boolean, WEReference );
- pascal OSErr HsoiTranslateDrag( DragReference, ItemReference, FlavorType, Handle );
-